home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06011.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1998-05-09  |  313 b   |  13 lines

  1. on mouseUp
  2.   puppetSound("click")
  3.   if the visible of sprite 13 = 0 then
  4.     set the visible of sprite 13 to 1
  5.   else
  6.     set the visible of sprite 13 to 0
  7.   end if
  8.   set the visible of sprite 11 to 0
  9.   set the visible of sprite 12 to 0
  10.   set the visible of sprite 10 to 0
  11.   set the visible of sprite 14 to 0
  12. end
  13.